home *** CD-ROM | disk | FTP | other *** search
/ The Disc - MacWorld 1995 / PowerComputing (The Disc)(MacWorld 1995).ISO / pc / cdfactor / hcfactor / hcode.exe / hcode.DXR / 00070.ls < prev    next >
Encoding:
Text File  |  1995-07-14  |  165 b   |  8 lines

  1. global gplaystatus, objChapterBtn
  2.  
  3. on mouseDown
  4.   pausethemoov()
  5.   set gplaystatus to #pause
  6.   slideMouseDown(objChapterBtn, "sliderStillDown", "sliderMouseUp")
  7. end
  8.